Overview
What is Stocks MCP Server?
Stocks MCP Servert is a .NET MCP Server designed to connect with Claude Desktop helping .
How to use Stocks MCP Server?
To use, download and install Claude Desktop, clone the repository, build the project, and configure the .csproj reference in the Claude configuration file.
Кey features
Integration with Claude Desktop for enhanced data interaction. Utilizes the Model Context Protocol for efficient financial data management.
Use cases
Querying financial data with natural language for better insights.
Server Config
{
"mcpServers": {
"StocksMCP": {
"command": "dotnet",
"args": [
"run",
"--project",
"[the path to ]/StocksMCPServer",
"--no-build"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "<YOUR_KEY>"
}
}
}
}